home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / lc_fig03.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  5KB  |  362x248  |  4-bit (5 colors)
Labels: text | screenshot | display | font | number | software | line
OCR: DDE-EXP.FSL :: boxBlinker :: Blink* method Blink(const aStatus string) if aStatus.upper () = "START" then self.setTimer (250, True) else self.killTimer() bmpRightRed.Visible = True bmpLeftRed.Visible = False endIf endmethod Edit Line: 8 Col: 25